12,169 research outputs found

    Are We Ready to Embrace Generative AI for Software Q&A?

    Full text link
    Stack Overflow, the world's largest software Q&A (SQA) website, is facing a significant traffic drop due to the emergence of generative AI techniques. ChatGPT is banned by Stack Overflow after only 6 days from its release. The main reason provided by the official Stack Overflow is that the answers generated by ChatGPT are of low quality. To verify this, we conduct a comparative evaluation of human-written and ChatGPT-generated answers. Our methodology employs both automatic comparison and a manual study. Our results suggest that human-written and ChatGPT-generated answers are semantically similar, however, human-written answers outperform ChatGPT-generated ones consistently across multiple aspects, specifically by 10% on the overall score. We release the data, analysis scripts, and detailed results at https://anonymous.4open.science/r/GAI4SQA-FD5C.Comment: Accepted by the New Ideas and Emerging Results (NIER) track at The IEEE/ACM Automated Software Engineering (ASE) Conferenc

    K2: A new method for the detection of galaxy clusters based on CFHTLS multicolor images

    Full text link
    We have developed a new method, K2, optimized for the detection of galaxy clusters in multicolor images. Based on the Red Sequence approach, K2 detects clusters using simultaneous enhancements in both colors and position. The detection significance is robustly determined through extensive Monte-Carlo simulations and through comparison with available cluster catalogs based on two different optical methods, and also on X-ray data. K2 also provides quantitative estimates of the candidate clusters' richness and photometric redshifts. Initially K2 was applied to 161 sq deg of two color gri images of the CFHTLS-Wide data. Our simulations show that the false detection rate, at our selected threshold, is only ~1%, and that the cluster catalogs are ~80% complete up to a redshift of 0.6 for Fornax-like and richer clusters and to z ~0.3 for poorer clusters. Based on Terapix T05 release gri photometric catalogs, 35 clusters/sq deg are detected, with 1-2 Fornax-like or richer clusters every two square degrees. Catalogs containing data for 6144 galaxy clusters have been prepared, of which 239 are rich clusters. These clusters, especially the latter, are being searched for gravitational lenses -- one of our chief motivations for cluster detection in CFHTLS. The K2 method can be easily extended to use additional color information and thus improve overall cluster detection to higher redshifts. The complete set of K2 cluster catalogs, along with the supplementary catalogs for the member galaxies, are available on request from the authors.Comment: Accepted in ApJ. 25 pages, including 10 figures. Latex with emulateapj v03/07/0

    Vacancy enhanced oxygen redox reversibility in P3-type magnesium doped sodium manganese oxide Na0.67Mg0.2Mn0.8O2

    Get PDF
    EJK would like to thank the Alistore ERI for the award of a studentship. This work was supported by the Faraday Institution (grant number FIRG018).Lithium-rich layered oxides and sodium layered oxides represent attractive positive electrode materials exhibiting excess capacity delivered by additional oxygen redox activity. However, structural degradation in the bulk and detrimental reactions with the electrolyte on the surface often occur, leading to limited reversibility of oxygen redox processes. Here we present the properties of P3-type Na0.67Mg0.2Mn0.8O2 synthesized under both air and oxygen. Both materials exhibit stable cycling performance in the voltage range 1.8-3.8 V where the Mn3+/Mn4+ redox couple entirely dominates the electrochemical reaction. Oxygen redox activity is triggered for both compounds in the wider voltage window 1.8-4.3 V with typical large voltage hysteresis from non-bonding O 2p states generated by substituted Mg. Interestingly, for the compound prepared under oxygen, an additional reversible oxygen redox activity is shown with exceptionally small voltage hysteresis (20 mV). The presence of vacancies in the transition metal layers is shown to play a critical role not only in forming unpaired O 2p states independent of substituted elements but also in stabilising the P3 structure during charge with reduced structural transformation to the O’3 phase at the end of discharge. This study reveals the important role of vacancies in P3-type sodium layered oxides to increase energy density using both cationic and anionic redox processes.PostprintPostprintPeer reviewe

    Synthesis and characterisation of pyrene-labelled polydimethylsiloxane networks: towards the in situ detection of strain in silicone elastomers

    Get PDF
    Pyrene-substituted polyhydromethylsiloxanes (PHMS-Py-x) were synthesised by the hydrosilylation reaction of prop-3-enyloxymethylpyrene with polyhydromethylsiloxane (M-n = 3700). The ratio of pyrene substituent to Si-H unit was varied to afford a range of pyrene-functionalised polysiloxanes. These copolymers were subsequently incorporated into polydimethylsiloxane (PDMS) elastomers by curing via either Pt(0) catalysed hydrosilylation with divinyl-terminated PDMS (M-n = 186) and tetrakis(dimethylsiloxy) silane, or Sn(II) catalysed condensation with alpha,omega-dihydroxyPDMS (M-n = 26 000) and tetraethoxysilane. An alternative method involving the synthesis and integration of [3-(pyren-1-ylmethoxy)propyl]triethoxysilane (Py-TEOS) into PDMS elastomers was also investigated: a mixture of alpha,omega-dihydroxyPDMS (M-n = 26 000), tetraethoxysilane, and Py-TEOS was cured using an Sn( II) catalyst. Certain of the resulting fluorescent pyrene-labelled elastomers were studied by differential scanning calorimetry and dynamic mechanical analysis. No significant changes were observed in the thermal or mechanical properties of the elastomers containing pyrene when compared to otherwise identical samples not containing pyrene. All of the pyrene-containing elastomers were demonstrated to be fluorescent under suitable excitation in a photoluminescent spectrometer. Two of the elastomers were placed in a photoluminescence spectrometer and subjected to cycles of extension and relaxation (strain = 0-16.7%) while changes in the emission spectra were monitored. The resulting spectra of the elastomer containing the PHMS-Py-50 copolymers were variable and inconsistent. However, the emission peaks of elastomers containing Py-TEOS displayed clear and reproducible changes in fluorescence intensity upon stretching and relaxation. The intensity of the monomer and excimer emission peaks was observed to increase with elongation of the sample and decrease upon relaxation. Furthermore, the ratio of the intensities of the excimer : monomer peak decreased with elongation and increased with relaxation. In neither case was there appreciable hysteresis, suggesting that fluorescent labelling of elastomers is a valid approach for the non-invasive in situ monitoring of stress and strain in such materials

    Augmenting and structuring user queries to support efficient free-form code search

    Get PDF
    Source code terms such as method names and variable types are often different from conceptual words mentioned in a search query. This vocabulary mismatch problem can make code search inefficient. In this paper, we present Code voCABUlary (CoCaBu), an approach to resolving the vocabulary mismatch problem when dealing with free-form code search queries. Our approach leverages common developer questions and the associated expert answers to augment user queries with the relevant, but missing, structural code entities in order to improve the performance of matching relevant code examples within large code repositories. To instantiate this approach, we build GitSearch, a code search engine, on top of GitHub and StackOverflow Q\&A data. We evaluate GitSearch in several dimensions to demonstrate that (1) its code search results are correct with respect to user-accepted answers; (2) the results are qualitatively better than those of existing Internet-scale code search engines; (3) our engine is competitive against web search engines, such as Google, in helping users complete solve programming tasks; and (4) GitSearch provides code examples that are acceptable or interesting to the community as answers for StackOverflow questions

    Hsp90 governs dispersion and drug resistance of fungal biofilms

    Get PDF
    Fungal biofilms are a major cause of human mortality and are recalcitrant to most treatments due to intrinsic drug resistance. These complex communities of multiple cell types form on indwelling medical devices and their eradication often requires surgical removal of infected devices. Here we implicate the molecular chaperone Hsp90 as a key regulator of biofilm dispersion and drug resistance. We previously established that in the leading human fungal pathogen, Candida albicans, Hsp90 enables the emergence and maintenance of drug resistance in planktonic conditions by stabilizing the protein phosphatase calcineurin and MAPK Mkc1. Hsp90 also regulates temperature-dependent C. albicans morphogenesis through repression of cAMP-PKA signalling. Here we demonstrate that genetic depletion of Hsp90 reduced C. albicans biofilm growth and maturation in vitro and impaired dispersal of biofilm cells. Further, compromising Hsp90 function in vitro abrogated resistance of C. albicans biofilms to the most widely deployed class of antifungal drugs, the azoles. Depletion of Hsp90 led to reduction of calcineurin and Mkc1 in planktonic but not biofilm conditions, suggesting that Hsp90 regulates drug resistance through different mechanisms in these distinct cellular states. Reduction of Hsp90 levels led to a marked decrease in matrix glucan levels, providing a compelling mechanism through which Hsp90 might regulate biofilm azole resistance. Impairment of Hsp90 function genetically or pharmacologically transformed fluconazole from ineffectual to highly effective in eradicating biofilms in a rat venous catheter infection model. Finally, inhibition of Hsp90 reduced resistance of biofilms of the most lethal mould, Aspergillus fumigatus, to the newest class of antifungals to reach the clinic, the echinocandins. Thus, we establish a novel mechanism regulating biofilm drug resistance and dispersion and that targeting Hsp90 provides a much-needed strategy for improving clinical outcome in the treatment of biofilm infections

    Predicting the impact of pneumococcal conjugate vaccine programme options in Vietnam.

    Get PDF
    Although catch-up campaigns (CCs) at the introduction of pneumococcal conjugate vaccines (PCVs) may accelerate their impact, supply constraints may limit their benefit if the need for additional PCV doses results in introduction delay. We studied the impact of PCV13 introduction with and without CC in Nha Trang, Vietnam - a country that has not yet introduced PCV - through a dynamic transmission model. We modelled the impact on carriage and invasive pneumococcal disease (IPD) of routine vaccination (RV) only and that of RV with CCs targeting <1y olds (CC1), <2y olds (CC2) and <5y olds (CC5). The model was fitted to nasopharyngeal carriage data, and post-PCV predictions were based on best estimates of parameters governing post-PCV dynamics. With RV only, elimination in carriage of vaccine-type (VT) serotypes is predicted to occur across all age groups within 10 years after introduction, with near-complete replacement by non-VT. Most of the benefit of CCs is predicted to occur within the first 3 years with the highest impact at one year, when IPD incidence is predicted to be 11% (95%CrI 9 - 14%) lower than RV with CC1, 25% (21 - 30 %) lower with CC2 and 38% (32 - 46%) lower with CC5. However, CCs would only prevent more cases of IPD insofar as such campaigns do not delay introduction by more than about 6, 12 and 18 months for CC1, CC2 and CC5. Those findings are important to help guide vaccine introduction in countries that have not yet introduced PCV, particularly in Asia
    • …
    corecore